#!/usr/bin/ruby
# **************************************************************************
# **************************************************************************
# **                                                                      **
# **  (c) 2000-2009 SOFHA GmbH                                            **
# **  This product is copyright protected by international laws.          **
# **  Any attempt to reverse engineer or copy this code is considered to  **
# **  be a copyright infringement and will entail legal steps by SOFHA.   **
# **                                                                      **
# **************************************************************************
# **************************************************************************
path=ARGV[0]
retval=0

if path != "/"
    retval = 1<<5
    retval = retval|16
end
exit retval
